|
Eric is a free integrated development environment for the Python and Ruby programming languages. For some time Eric4 was the variant for Python 2 and eric5 was the one for Python 3 but since the introduction of eric6 both python variants have been supported by a single variant. By design, it acts as a front end for several programs, for example the QScintilla editor widget, the python language interpreter, Rope for code refactoring, Python Profiler for code profiling. Any functionality that is not required does not have to be installed. It is written using the PyQt Python bindings for the Qt GUI toolkit. It is extensible via a plug-in mechanism. The eric plug-in repository provides various kinds of extensions and is accessible from within the IDE. The main features are a project manager, an editor with syntax highlighting, debugging, profiling, running python code with support for command-line parameters, unit testing, user interface design, a console for program output and a task manager (self-updating TODO list). Several allusions are made to the British comedy group Monty Python, which the Python programming language is named after. Eric alludes to Eric Idle, a member of the group, and IDLE (Python), the standard python IDE shipped with most distributions. == Debugger == Eric includes an integrated graphical debugger which supports both interactive probing while suspended and auto breaking on exceptions. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Eric Python IDE」の詳細全文を読む スポンサード リンク
|